From 256d9459fc9e8d8f95b63ebf7186ab8394c70aac Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 15 Oct 2025 22:13:22 +0800 Subject: [PATCH] xray-core: Update to 25.10.15 Release note: https://github.com/XTLS/Xray-core/releases/tag/v25.10.15 Signed-off-by: Tianling Shen --- net/xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index a3295cfefd..fe1401a166 100644 --- a/net/xray-core/Makefile +++ b/net/xray-core/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-core -PKG_VERSION:=25.9.11 +PKG_VERSION:=25.10.15 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=9bccd2681183698bf860b1af5407f97b4b60090324aa3ef1546e446612d44e1f +PKG_HASH:=5df030f456db58b682110545e19da9b971303387955562ec408f484580450736 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0 -- 2.30.2